home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1256 / c_filt.h_ / c_filt.h
C/C++ Source or Header  |  1997-04-18  |  612b  |  27 lines

  1. /* EasyCODE(C++) V5.1 03.03.1995 11:04:47 */
  2. /* EasyCODE O
  3. If=vertical
  4. LevelNumbers=no
  5. LineNumbers=no
  6. ScreenFont=Courier New,,80,9220,-11,0,400,0,0,0,0,0,0,3,2,1,49
  7. PrinterFont=Courier New,,80,17414,-34,0,400,0,0,0,0,0,0,3,2,1,49
  8. LastLevelId=1 */
  9.  
  10. /* EasyCODE ( 1
  11.    Header file */
  12. #include "conv.h"
  13. #include "convio.h"
  14. #define  NO_ERROR      0
  15. #define  ERROR_COMMENT 1
  16. #define  ERROR_EOF     2
  17.  
  18. char i_buf[I_BUFSIZE];
  19. BOOL bInLineComment;
  20. BOOL bInBlockComment;
  21. char cInString;
  22. int  bufPos;
  23.  
  24. char CommentGetChar();
  25. int CommentFilter( int *convertReturn, FILE* stream);
  26. /* EasyCODE ) */
  27.